body {
    font-size: 14px !important;
}

.classHover:hover {
    color: #00c052 !important;
    background-color: #00102f !important;
}

.classHover:hover i {
    color: #00c052 !important;
    background-color: #00102f !important;
}


.btn-green {
    background-color: #00c052 !important;
    color: white !important;
}

.text-green {
    color: #00c052 !important;
}


input:hover {
    border-color: #00c052;
    outline: none !important;
}

input:focus {
    border-color: #00c052 !important;
    outline: none !important;
}

.btn-outline-secondary:hover {
    border-color: #00c052 !important;
    background-color: #00c052 !important;
}

.page-item.active .page-link {
    border-color: #00c052 !important;
    background-color: #00c052 !important;
    color: #fff !important;
}
.page-link {
    color: #00c052 !important;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}
@media (max-width: 767px) {
    body {
        font-size: 12px !important;
    }
    .icon-nav {
        display: none !important;
    }
}